Collaborators: Tomo Tanaka

Proposal

Notebooks: 1

Model

In this document we present a simple computer model for error correction in kinetochore-microtubule interaction during bi-orientation. The configuration is very simple, perhaps simplistic, but it can test the underlying mechanisms. We focus on two situations:

  • KT detachment from MT ends creates unattached KTs before the next lateral attachment is formed (model “M1”)
  • End-on attachment is directly replaced by the lateral attachment without producing unattached KTs (model “M2”)

Setup

In our model there are two kinetochores, left and right. Each of them can be in one of the following attachment states:

  • none
  • lateral
  • endon
  • dual

Dual attachment represents the second model, when the lateral attachment is formed on top of the existing end-on attachment. In addition to the connection state, we also record which spindle pole (left or right) the kinetochore is attached to. Therefore, the state of the system can be briefly denoted as, e.g.:

lateral-R endon-R

The left KT has a lateral attachment to a microtubule extending from the right spindle. The right kinetochore has an end-on attachment to a microtubule extending from the right spindle.

Dynamics

Transition between states are governed by a Poisson law. That is, at any given time the probability of transition from, e.g., lateral to end-on attachment is constant. Each transition happens randomly a rate, \(R\), expressed in events per minute.

The model allows for other probability prescriptions, for example, the transition time can be expressed by a Gaussian probability.

The simulation is a sequence of events. The time of the next event is randomly drawn based on the current event and the probability law assumed. The events are generated for both kinetochores concurrently, until the final stable configuration is established (endon-L endon-R).

Model 1

Here we assume that the end-on detachment and formation of the lateral attachment are independent. For illustration purposes, we show how the model works on the left kinetochore, but obviously, it works on both. Also, microtubules can reach kinetochores at the opposite side. The sequence of events in this model is as follows.

Let’s start with an unattached microtubule.

A lateral attachment is created at formation rate \(R_\mathrm{form}\).

Next, the lateral attachment is converted into the end-on attachment, at conversion rate \(R_\mathrm{conv}\):

Finally, the microtubule is detached at detachment rate \(R_\mathrm{det}\):

Model 2

In this model we assume that the end-on detachment happens only upon formation of the lateral attachment. Hence, we never observe a detached state. This is the sequence of events. Now, we start with an end-on attachment:

Then, a lateral attachment can be created at the same KT, at replacement rate \(R_\mathrm{rep}\). This is the same process as “formation” in model 1, but we call it “replacement” here, for distinction. For a moment we have a “dual” attachment.

which, in turn, leads to the lateral attachment by knocking off the end-on MT. Here we assume no delay, though a knock-off rate \(R_\mathrm{ko}\) can be introduced.

As before, the lateral attachment is converted into end-on at conversion rate \(R_\mathrm{conv}\).

In this model, the detachment rate does not come into effect.

Conversion rate

We estimate conversion rate (from lateral to end-on) from our old simulations of kinetochore-microtubule interaction. We use the latest results from the default parameter model in this file:

## [1] "/home/mgierlinski/projects/kinetube/varcap_grid/varcap8_slr2_short0.2_long0.5_ktd0.1_mtd0.03_rf0.3_resp0.6_inimt10_tau0.5_beta0.7/kinetube_all_kt.dat"

It contains several statistics for each kinetochore, over many simulations. Among them is the total sliding time. This is not exactly what we want, as this is the accumulated time, so includes KTs that were detached and re-attached. But the simulation also recorded the total drop-off time, that is the time the KT spend while being knocked-off before being re-attached. We select only data where total drop-off time is zero, which corresponds to KTs that have not been knocked-off. The mean sliding time from this file is 0.67 minutes, which gives the conversion rate of 1.5 per min.

Tests

“GenerateTime” function

First, I test my internal function for accuracy. Using all default parameters. The red curves show the theoretical exponential distribution.

Here is a table with mean and SE for these:

event mean duration SE
formation 1.9740 0.0196
conversion 0.5013 0.0049
detachment 0.9958 0.0098
knockoff 0.0000 0.0000
replacement 1.9943 0.0198

Full simulation

We undertake a few simple tests to confirm that the model is working correctly. Specifically, we build the distribution of event duration over many simulation runs. The mean duration should be as in the input parameters. We set the following parameters: \(R_\mathrm{form} = 0.5~\mathrm{min}^{-1}\), \(R_\mathrm{conv} = 2~\mathrm{min}^{-1}\) and \(R_\mathrm{det} = 1~\mathrm{min}^{-1}\).

Model 1

Here are measured distributions of event duration versus theoretical exponential distributions.

And these are mean of these distributions, which should correspond to 1 / rate (that is we expect means of conversion = 0.5, detachment = 1 and formation = 2):

event mean duration SE
conversion 0.5001 0.0019
detachment 1.0020 0.0034
formation 1.9923 0.0076

There is a good agreement between generated and theoretical means.

Model 2

The same for the “M2” model:

and the mean times:

event mean duration SE
conversion 0.5021 0.0032
knockoff 0.0000 0.0000
replacement 1.9926 0.0094

They are reasonably close to the input parameters. In the second test the “knockoff” is very short: this corresponds to infinitesimal delay of detachment after lateral attachment. When we set a knockoff rate of 1 per minute, we get:

event mean duration SE
conversion 0.5009 0.0027
knockoff 1.0019 0.0054
replacement 1.9973 0.0085

Everything is in good agreement.

Simulation

We start in an error configuration, with both kinetochores connected to the same spindle:

Model 1

Here is an example of a simulation, showing the sequence of states for each kinetochore. The “L” or “R” in each state denotes the spindle to which the kinetochore is connected.

time left right
0.00 endon-L endon-L
0.11 endon-L
0.23 lateral-L endon-L
0.27 lateral-L
0.44 lateral-L lateral-L
1.44 lateral-L endon-L
4.55 lateral-L
4.94 lateral-L lateral-L
5.52 endon-L lateral-L
5.57 lateral-L
5.92 lateral-L lateral-L
6.17 endon-L lateral-L
6.33 lateral-L
6.64 lateral-L lateral-L
7.01 lateral-L endon-L
7.66 lateral-L
7.78 lateral-L lateral-R
8.54 endon-L lateral-R
8.99 lateral-R
9.05 lateral-L lateral-R
10.93 endon-L lateral-R
11.19 endon-L endon-R

Here is a graphical representation of this simulation run:

The final configuration is the correct “endon-L endon-R” (“endon-R endon-L” is also considered final).

Model 2

Another example, this time for model 2. Knockoff rate is very high (\(10^{16}\)), hence there is no “dual” state observed.

time left right
0.00 endon-L endon-L
0.37 dual-L endon-L
0.37 lateral-L endon-L
0.91 lateral-L dual-L
0.91 lateral-L lateral-L
1.04 lateral-L endon-L
2.55 lateral-L dual-R
2.55 lateral-L lateral-R
2.78 endon-L lateral-R
6.05 dual-L lateral-R
6.05 lateral-L lateral-R
6.48 endon-L lateral-R
8.26 dual-L lateral-R
8.26 lateral-L lateral-R
9.14 lateral-L endon-R
9.41 endon-L endon-R

Default parameters

Model 1

Parameter set 1:

parameter value
formation 1.0
conversion 1.5
detachment 1.0

Parameter set 2:

parameter value
formation 0.5
conversion 1.5
detachment 1.0

Here is the distribution of simulation time. Panels show parameter set 1 and 2.

Here is the mean and median simulation time for both models:

set mean median
1 7.12 5.22
2 13.57 9.57

Model 2

Parameter set 1:

parameter value
replacement 1.0
knockoff 10.0
conversion 1.5

Parameter set 2:

parameter value
replacement 0.5
knockoff 10.0
conversion 1.5

Here is the distribution of simulation time. Panels show parameter set 1 and 2.

Here is the mean and median simulation time for both models:

set mean median
1 3.13 2.30
2 3.77 2.81

Model 1

We run the simulation across a grid of parameters. This table show the rates used:

formation rate 0.125, 0.25, 0.5, 1, 2, 4
conversion rate 0.125, 0.25, 0.5, 1, 1.5, 2, 4
detachment rate 0.0625, 0.125, 0.25, 0.5, 1, 2, 4

Simply, we start from the default values and vary each parameter by factor two, up and down (except for knockoff). For each set we run 10,000 simulations.

Result table

The table below shows results ordered by the mean simulation time.

formation conversion detachment mean.time se.time median.time median.detached.fraction n
4.00 4.00 2.00 2.00 0.02 1.51 0.01 10000
4.00 4.00 4.00 2.26 0.02 1.64 0.07 10000
4.00 4.00 1.00 2.29 0.02 1.71 0.00 10000
4.00 2.00 1.00 3.07 0.03 2.28 0.00 10000
2.00 4.00 2.00 3.13 0.03 2.28 0.10 10000
4.00 2.00 2.00 3.15 0.03 2.30 0.01 10000
2.00 4.00 1.00 3.07 0.03 2.33 0.01 10000
4.00 4.00 0.50 3.16 0.03 2.34 0.00 10000
4.00 1.50 1.00 3.71 0.03 2.71 0.00 10000
2.00 4.00 0.50 3.77 0.03 2.79 0.00 10000
4.00 2.00 0.50 3.79 0.03 2.80 0.00 10000
4.00 2.00 4.00 3.96 0.04 2.81 0.04 10000
4.00 1.50 2.00 3.99 0.04 2.90 0.01 10000
2.00 4.00 4.00 4.02 0.04 2.91 0.21 10000
2.00 2.00 1.00 3.99 0.03 3.02 0.01 10000
4.00 1.50 0.50 4.24 0.04 3.18 0.00 10000
2.00 2.00 2.00 4.52 0.04 3.30 0.07 10000
2.00 2.00 0.50 4.54 0.04 3.46 0.00 10000
2.00 1.50 1.00 4.72 0.04 3.49 0.01 10000
4.00 4.00 0.25 5.08 0.05 3.67 0.00 10000
4.00 1.00 1.00 5.08 0.05 3.71 0.00 10000
2.00 1.50 0.50 4.94 0.04 3.72 0.00 10000
1.00 4.00 1.00 5.10 0.05 3.74 0.13 10000
4.00 1.50 4.00 5.49 0.05 3.91 0.03 10000
1.00 4.00 0.50 5.25 0.04 3.94 0.01 10000
4.00 1.00 0.50 5.28 0.04 3.96 0.00 10000
2.00 1.50 2.00 5.60 0.05 4.10 0.06 10000
4.00 2.00 0.25 5.66 0.05 4.16 0.00 10000
2.00 4.00 0.25 5.58 0.05 4.20 0.00 10000
1.00 4.00 2.00 6.07 0.06 4.29 0.28 10000
4.00 1.00 2.00 6.11 0.06 4.39 0.01 10000
4.00 1.50 0.25 6.00 0.05 4.48 0.00 10000
2.00 2.00 4.00 6.25 0.06 4.50 0.14 10000
1.00 2.00 0.50 6.04 0.05 4.51 0.01 10000
1.00 2.00 1.00 6.17 0.05 4.56 0.10 10000
2.00 1.00 1.00 6.24 0.06 4.59 0.01 10000
2.00 1.00 0.50 6.15 0.05 4.64 0.00 10000
2.00 2.00 0.25 6.21 0.05 4.64 0.00 10000
2.00 1.50 0.25 6.71 0.06 4.99 0.00 10000
1.00 1.50 0.50 6.70 0.06 5.02 0.01 10000
4.00 1.00 0.25 6.99 0.06 5.19 0.00 10000
1.00 4.00 0.25 6.97 0.06 5.20 0.00 10000
1.00 1.50 1.00 7.12 0.06 5.22 0.09 10000
2.00 1.50 4.00 8.06 0.08 5.64 0.11 10000
1.00 2.00 2.00 8.07 0.08 5.72 0.21 10000
1.00 2.00 0.25 7.65 0.06 5.75 0.00 10000
2.00 1.00 2.00 8.02 0.08 5.80 0.04 10000
2.00 1.00 0.25 7.61 0.06 5.84 0.00 10000
1.00 1.50 0.25 7.94 0.07 5.99 0.00 10000
1.00 1.00 0.50 8.05 0.07 6.03 0.01 10000
4.00 1.00 4.00 8.84 0.09 6.12 0.02 10000
1.00 4.00 4.00 9.05 0.09 6.30 0.42 10000
4.00 4.00 0.12 9.00 0.08 6.47 0.00 10000
4.00 0.50 0.50 9.15 0.08 6.55 0.00 10000
0.50 4.00 0.50 9.11 0.08 6.55 0.13 10000
1.00 1.00 1.00 9.14 0.08 6.60 0.08 10000
2.00 4.00 0.12 9.44 0.09 6.73 0.00 10000
1.00 1.00 0.25 8.93 0.08 6.75 0.00 10000
1.00 1.50 2.00 9.42 0.09 6.75 0.18 10000
4.00 2.00 0.12 9.39 0.09 6.76 0.00 10000
4.00 1.50 0.12 9.91 0.09 7.18 0.00 10000
4.00 0.50 0.25 9.83 0.09 7.27 0.00 10000
0.50 4.00 0.25 9.65 0.08 7.28 0.00 10000
0.50 2.00 0.50 9.99 0.09 7.33 0.12 10000
2.00 0.50 0.50 10.15 0.09 7.33 0.00 10000
2.00 2.00 0.12 10.11 0.09 7.38 0.00 10000
4.00 0.50 1.00 10.57 0.10 7.46 0.00 10000
0.50 4.00 1.00 10.67 0.10 7.59 0.32 10000
2.00 1.50 0.12 10.66 0.09 7.78 0.00 10000
2.00 0.50 0.25 10.35 0.09 7.78 0.00 10000
4.00 1.00 0.12 10.74 0.10 7.81 0.00 10000
1.00 4.00 0.12 10.79 0.10 7.82 0.00 10000
0.50 1.50 0.50 10.93 0.10 8.04 0.11 10000
0.50 2.00 0.25 10.66 0.09 8.05 0.01 10000
0.50 1.50 0.25 11.15 0.10 8.22 0.01 10000
2.00 1.00 0.12 11.41 0.10 8.33 0.00 10000
1.00 2.00 0.12 11.24 0.10 8.36 0.00 10000
1.00 2.00 4.00 11.98 0.12 8.39 0.30 10000
2.00 0.50 1.00 12.22 0.12 8.61 0.01 10000
0.50 2.00 1.00 12.25 0.12 8.62 0.28 10000
1.00 1.50 0.12 11.70 0.10 8.64 0.00 10000
2.00 1.00 4.00 12.22 0.12 8.70 0.07 10000
1.00 1.00 2.00 12.37 0.12 8.74 0.14 10000
1.00 0.50 0.25 12.22 0.10 9.16 0.00 10000
0.50 1.00 0.25 12.28 0.10 9.19 0.01 10000
0.50 1.00 0.50 12.46 0.11 9.19 0.10 10000
1.00 0.50 0.50 12.48 0.11 9.25 0.01 10000
1.00 1.00 0.12 12.51 0.11 9.42 0.00 10000
0.50 1.50 1.00 13.57 0.13 9.57 0.25 10000
4.00 0.50 0.12 13.22 0.11 9.86 0.00 10000
0.50 4.00 0.12 13.24 0.12 9.88 0.00 10000
1.00 1.50 4.00 14.40 0.14 10.21 0.26 10000
2.00 0.50 0.12 13.77 0.12 10.28 0.00 10000
0.50 2.00 0.12 13.72 0.12 10.37 0.00 10000
0.50 4.00 2.00 15.09 0.15 10.47 0.50 10000
0.50 1.50 0.12 14.15 0.12 10.70 0.00 10000
4.00 0.50 2.00 15.34 0.15 10.74 0.00 10000
0.50 1.00 0.12 15.14 0.13 11.32 0.00 10000
0.50 1.00 1.00 15.84 0.15 11.43 0.21 10000
1.00 0.50 0.12 15.28 0.13 11.44 0.00 10000
1.00 0.50 1.00 15.99 0.15 11.60 0.04 10000
0.50 0.50 0.25 15.85 0.13 11.91 0.01 10000
4.00 4.00 0.06 16.90 0.17 12.01 0.00 10000
4.00 2.00 0.06 17.32 0.17 12.11 0.00 10000
4.00 0.25 0.25 16.97 0.16 12.28 0.00 10000
0.25 4.00 0.25 17.01 0.16 12.29 0.14 10000
2.00 4.00 0.06 17.61 0.17 12.42 0.00 10000
2.00 2.00 0.06 17.99 0.17 12.69 0.00 10000
0.50 2.00 2.00 18.12 0.18 12.78 0.42 10000
2.00 0.50 2.00 18.13 0.18 12.78 0.02 10000
4.00 1.50 0.06 18.10 0.17 12.90 0.00 10000
2.00 1.50 0.06 18.31 0.17 13.02 0.00 10000
2.00 0.25 0.25 18.04 0.16 13.15 0.00 10000
0.25 2.00 0.25 18.17 0.17 13.21 0.13 10000
4.00 0.25 0.50 19.00 0.19 13.21 0.00 10000
1.00 4.00 0.06 18.61 0.17 13.24 0.00 10000
0.25 1.50 0.25 18.50 0.17 13.44 0.12 10000
0.50 0.50 0.50 18.38 0.17 13.49 0.08 10000
0.25 4.00 0.50 19.45 0.19 13.51 0.35 10000
4.00 1.00 0.06 18.66 0.17 13.54 0.00 10000
0.50 0.50 0.12 18.10 0.15 13.62 0.00 10000
2.00 1.00 0.06 19.00 0.17 13.72 0.00 10000
1.00 2.00 0.06 19.35 0.18 13.76 0.00 10000
0.25 4.00 0.12 18.36 0.16 13.76 0.00 10000
1.00 1.50 0.06 19.07 0.17 13.93 0.00 10000
4.00 0.25 0.12 18.71 0.16 14.05 0.00 10000
0.50 1.50 2.00 19.87 0.19 14.10 0.37 10000
1.00 1.00 4.00 20.32 0.20 14.26 0.19 10000
1.00 1.00 0.06 20.39 0.19 14.57 0.00 10000
2.00 0.25 0.50 20.85 0.20 14.60 0.00 10000
0.25 2.00 0.12 19.72 0.17 14.62 0.00 10000
0.25 1.00 0.25 20.29 0.18 14.75 0.13 10000
2.00 0.25 0.12 19.71 0.17 14.84 0.00 10000
0.25 1.50 0.12 20.03 0.17 14.97 0.01 10000
1.00 0.25 0.25 20.53 0.19 15.01 0.00 10000
4.00 0.50 0.06 20.90 0.19 15.11 0.00 10000
0.25 2.00 0.50 21.03 0.20 15.12 0.32 10000
0.50 4.00 0.06 21.17 0.19 15.33 0.00 10000
0.25 1.00 0.12 21.17 0.18 15.56 0.01 10000
2.00 0.50 0.06 21.41 0.19 15.64 0.00 10000
0.50 2.00 0.06 21.19 0.19 15.65 0.00 10000
1.00 0.25 0.12 21.23 0.18 15.89 0.00 10000
0.50 1.50 0.06 21.91 0.20 15.89 0.00 10000
0.25 1.50 0.50 22.47 0.21 15.96 0.31 10000
0.50 1.00 0.06 22.68 0.20 16.57 0.00 10000
1.00 0.50 0.06 22.67 0.20 16.83 0.00 10000
0.50 1.00 2.00 24.57 0.24 17.11 0.31 10000
1.00 0.50 2.00 24.75 0.24 17.17 0.07 10000
0.50 4.00 4.00 24.79 0.25 17.23 0.63 10000
4.00 0.50 4.00 25.31 0.26 17.41 0.01 10000
1.00 0.25 0.50 24.27 0.23 17.44 0.01 10000
0.25 1.00 0.50 24.98 0.24 17.61 0.28 10000
0.50 0.50 1.00 25.20 0.24 17.74 0.14 10000
0.25 0.50 0.25 24.79 0.22 18.09 0.10 10000
0.25 0.50 0.12 24.11 0.20 18.13 0.01 10000
0.50 0.25 0.25 25.22 0.23 18.46 0.01 10000
0.50 0.25 0.12 24.54 0.21 18.57 0.00 10000
0.50 0.50 0.06 25.05 0.21 18.58 0.00 10000
0.25 4.00 1.00 27.55 0.28 18.81 0.55 10000
4.00 0.25 1.00 27.68 0.28 19.11 0.00 10000
4.00 0.25 0.06 25.96 0.23 19.19 0.00 10000
0.25 4.00 0.06 25.68 0.22 19.26 0.00 10000
2.00 0.25 0.06 26.19 0.23 19.37 0.00 10000
0.25 2.00 0.06 26.04 0.22 19.39 0.00 10000
1.00 0.25 0.06 27.21 0.23 20.06 0.00 10000
0.25 1.50 0.06 27.24 0.24 20.16 0.00 10000
0.25 1.00 0.06 27.91 0.24 20.75 0.00 10000
0.50 2.00 4.00 30.46 0.30 21.15 0.52 10000
2.00 0.50 4.00 30.07 0.29 21.36 0.03 10000
0.25 2.00 1.00 30.53 0.30 21.57 0.50 10000
2.00 0.25 1.00 30.49 0.30 21.72 0.00 10000
0.25 1.50 1.00 32.07 0.32 22.41 0.47 10000
0.50 0.25 0.06 30.16 0.25 22.76 0.00 10000
0.25 0.50 0.50 32.20 0.31 22.92 0.21 10000
0.25 0.50 0.06 30.45 0.26 22.97 0.00 10000
0.50 0.25 0.50 32.39 0.31 23.34 0.04 10000
0.50 1.50 4.00 33.57 0.33 23.45 0.46 10000
0.12 4.00 0.12 32.64 0.30 23.52 0.14 10000
0.25 0.25 0.12 31.50 0.27 23.65 0.01 10000
4.00 0.12 0.12 32.87 0.30 23.70 0.00 10000
0.12 1.50 0.12 34.26 0.32 24.45 0.13 10000
0.12 2.00 0.12 33.93 0.31 24.47 0.14 10000
2.00 0.12 0.12 34.14 0.32 24.62 0.00 10000
1.00 0.25 1.00 36.37 0.36 25.51 0.02 10000
0.12 1.00 0.12 35.74 0.33 25.58 0.13 10000
0.25 1.00 1.00 36.42 0.36 25.70 0.42 10000
1.00 0.12 0.12 35.83 0.33 25.75 0.00 10000
4.00 0.12 0.25 37.78 0.38 26.06 0.00 10000
0.25 0.25 0.25 36.02 0.33 26.22 0.07 10000
0.12 4.00 0.25 38.14 0.37 26.95 0.36 10000
4.00 0.12 0.06 36.66 0.33 27.21 0.00 10000
0.12 2.00 0.25 39.09 0.38 27.22 0.34 10000
0.12 4.00 0.06 36.81 0.33 27.29 0.00 10000
0.25 0.25 0.06 36.29 0.30 27.54 0.00 10000
2.00 0.12 0.25 39.22 0.38 27.65 0.00 10000
2.00 0.12 0.06 37.80 0.33 27.92 0.00 10000
0.12 2.00 0.06 37.54 0.33 28.08 0.00 10000
1.00 0.12 0.06 38.52 0.34 28.37 0.00 10000
0.12 1.50 0.06 38.16 0.33 28.44 0.01 10000
0.50 0.50 2.00 40.68 0.39 28.58 0.19 10000
0.12 1.50 0.25 41.24 0.41 28.74 0.34 10000
0.12 1.00 0.06 38.67 0.34 28.85 0.00 10000
0.12 1.00 0.25 41.51 0.41 28.93 0.32 10000
1.00 0.12 0.25 42.27 0.42 29.07 0.00 10000
1.00 0.50 4.00 41.84 0.42 29.18 0.09 10000
0.12 0.50 0.12 40.59 0.37 29.26 0.12 10000
0.50 0.12 0.12 40.91 0.37 29.76 0.00 10000
0.50 1.00 4.00 42.87 0.42 30.22 0.37 10000
4.00 0.25 2.00 44.55 0.44 31.45 0.00 10000
0.12 0.50 0.06 42.15 0.35 31.67 0.01 10000
0.50 0.12 0.06 42.03 0.35 31.93 0.00 10000
0.25 4.00 2.00 45.53 0.45 32.20 0.70 10000
0.12 0.50 0.25 48.58 0.46 34.37 0.27 10000
0.25 0.50 1.00 48.39 0.47 34.42 0.31 10000
0.50 0.12 0.25 48.85 0.46 34.68 0.01 10000
2.00 0.25 2.00 50.34 0.50 34.73 0.01 10000
0.50 0.25 1.00 48.87 0.47 34.75 0.07 10000
0.25 2.00 2.00 49.92 0.50 34.81 0.63 10000
0.25 0.25 0.50 49.86 0.47 35.47 0.14 10000
4.00 0.12 0.50 52.63 0.54 35.85 0.00 10000
0.12 0.25 0.06 48.38 0.41 35.96 0.01 10000
0.12 4.00 0.50 52.92 0.54 36.34 0.57 10000
0.25 0.12 0.06 48.89 0.41 36.66 0.00 10000
0.12 0.25 0.12 49.66 0.44 36.89 0.10 10000
0.25 0.12 0.12 50.74 0.45 37.20 0.01 10000
0.25 1.50 2.00 53.89 0.53 37.35 0.59 10000
0.12 2.00 0.50 54.99 0.56 37.78 0.54 10000
2.00 0.12 0.50 55.29 0.56 37.96 0.00 10000
0.12 1.50 0.50 56.97 0.58 38.79 0.53 10000
0.12 1.00 0.50 59.85 0.60 41.50 0.50 10000
0.25 1.00 2.00 60.28 0.59 41.85 0.52 10000
1.00 0.12 0.50 61.36 0.62 42.32 0.00 10000
1.00 0.25 2.00 61.17 0.61 42.66 0.03 10000
0.12 0.25 0.25 63.09 0.59 45.19 0.21 10000
0.25 0.12 0.25 63.79 0.59 46.37 0.04 10000
0.12 0.12 0.06 64.34 0.55 48.06 0.01 10000
0.12 0.50 0.50 71.50 0.70 49.94 0.42 10000
0.50 0.50 4.00 72.13 0.70 50.90 0.22 10000
0.50 0.12 0.50 72.68 0.71 51.49 0.02 10000
0.12 0.12 0.12 71.41 0.64 52.38 0.07 10000
0.25 4.00 4.00 80.78 0.82 55.40 0.79 10000
4.00 0.25 4.00 81.73 0.81 56.60 0.00 10000
0.25 0.50 2.00 84.29 0.84 57.74 0.37 10000
0.25 0.25 1.00 81.72 0.78 58.83 0.19 10000
4.00 0.12 1.00 86.43 0.89 58.97 0.00 10000
0.12 4.00 1.00 86.48 0.88 59.66 0.74 10000
0.50 0.25 2.00 84.30 0.81 60.21 0.09 10000
2.00 0.12 1.00 90.87 0.93 61.77 0.00 10000
0.25 2.00 4.00 89.55 0.90 61.97 0.70 10000
2.00 0.25 4.00 88.98 0.89 62.06 0.01 10000
0.12 2.00 1.00 91.37 0.90 63.24 0.70 10000
0.12 1.50 1.00 93.18 0.92 63.76 0.67 10000
0.25 1.50 4.00 97.63 0.97 66.59 0.66 10000
1.00 0.12 1.00 98.94 0.98 68.20 0.01 10000
0.25 0.12 0.50 97.11 0.94 68.89 0.07 10000
0.12 1.00 1.00 99.13 0.98 69.53 0.63 10000
0.12 0.25 0.50 97.41 0.94 69.53 0.31 10000
0.12 0.12 0.25 100.16 0.93 71.96 0.14 10000
1.00 0.25 4.00 109.18 1.08 75.32 0.03 10000
0.25 1.00 4.00 111.57 1.10 77.49 0.58 10000
0.50 0.12 1.00 119.35 1.17 83.93 0.03 10000
0.12 0.50 1.00 120.40 1.19 84.84 0.52 10000
0.25 0.25 2.00 143.93 1.40 101.28 0.22 10000
4.00 0.12 2.00 152.64 1.53 104.67 0.00 10000
0.12 4.00 2.00 154.56 1.54 106.39 0.83 10000
0.25 0.50 4.00 155.66 1.52 108.95 0.41 10000
0.50 0.25 4.00 156.54 1.52 109.45 0.10 10000
0.12 2.00 2.00 158.80 1.59 110.91 0.78 10000
2.00 0.12 2.00 162.21 1.62 111.93 0.00 10000
0.12 1.50 2.00 168.09 1.72 115.16 0.75 10000
0.12 0.12 0.50 163.46 1.56 115.29 0.19 10000
0.25 0.12 1.00 168.55 1.63 119.51 0.09 10000
0.12 0.25 1.00 170.27 1.65 119.78 0.37 10000
0.12 1.00 2.00 182.90 1.81 127.84 0.70 10000
1.00 0.12 2.00 184.91 1.84 128.90 0.01 10000
0.50 0.12 2.00 221.16 2.17 154.74 0.04 10000
0.12 0.50 2.00 220.09 2.14 156.41 0.58 10000
0.25 0.25 4.00 270.28 2.62 190.60 0.23 10000
4.00 0.12 4.00 284.56 2.80 196.80 0.00 10000
0.12 0.12 1.00 286.05 2.82 198.96 0.22 10000
0.12 4.00 4.00 288.25 2.80 201.59 0.88 10000
0.12 2.00 4.00 305.07 2.96 213.82 0.83 10000
2.00 0.12 4.00 302.36 2.88 215.52 0.00 10000
0.25 0.12 2.00 311.39 3.09 216.46 0.10 10000
0.12 0.25 2.00 309.15 3.03 218.27 0.41 10000
0.12 1.50 4.00 322.89 3.12 223.58 0.80 10000
1.00 0.12 4.00 335.02 3.23 235.52 0.01 10000
0.12 1.00 4.00 340.33 3.28 240.40 0.75 10000
0.12 0.50 4.00 412.65 3.93 285.99 0.61 10000
0.50 0.12 4.00 415.22 3.87 296.43 0.04 10000
0.12 0.12 2.00 540.12 5.19 378.36 0.23 10000
0.12 0.25 4.00 568.36 5.21 398.76 0.42 10000
0.25 0.12 4.00 571.24 5.25 404.73 0.11 10000
0.12 0.12 4.00 973.70 8.10 734.48 0.24 10000

Projection plots

Let’s plot the dependence of the median time against each parameter. These plots show a projection of all data onto one parameter dimension.

Since we use quite wide range in each parameter, these plots are very scattered (vertically). This is because for one fixed value of a parameter (e.g. detachment rate of 4 in the right-hand panel) there is a large spread of simulation times due to the range of the other two parameters. These plots are not very informative, let’s try something different.

Line plots

Here is a plot of median time as a function of formation rate and conversion rate, for two selected values of the detachment rate.

Note that conversion and formation are symmetric, the plots look the same if we swap them.

This is because conversion always follows formation and what matters is the total duration of these two. Since our parameters are rates, mean formation and conversion times are \(1/R_\mathrm{form}\) and \(1/R_\mathrm{conv}\), respectively. Below, we plot the sum of both quantities on the x-axis and the median simulation time on the y-axis. Colour correspond to different detachment rates.

For quick error correction we need high formation and conversion rates, and not very low detachment rate.

Heatmaps

Here is a heatmap of formation rate versus conversion rate, for fixed detachment rates of 0.125 and 1. The colour scale and the numbers in boxes show the median simulation time.

The next heatmap shows conversion rate fixed at our best estimate of ~2 per min.

Distribution plots

Here we plot distribution of individual simulation times for several sets of parameters. The vertical orange line indicates the median of the distribution.

Detached periods

Next, we investigate how long the system spends in configuration where both kinetochores are detached at the same time. We calculate the fraction of the total time spend as fully detached. Here are plots showing the detached fraction across the range of parameters.

Detached periods are getting long for small formation rate and high detachment rate (as expected).

Below are plots of distribution of individual detachment times. We notice that they depend almost exclusively on the formation rate.

Next, we find the diffusion range, defined as \(\sigma = \sqrt{6 D t}\), where \(D = 0.1~\mu \mathrm{m}^2\mathrm{min}^{-1}\) is the diffusion coefficient ant \(t\) is the detachment time.

Examples

A few examples of simulation runs for a fast model 1 (that is \(R_\mathrm{form}=2\), \(R_\mathrm{conv}=2\) and \(R_\mathrm{det}=0.5\)):

Model 2

Here is the grid of parameters for model 2:

replacement rate 0.125, 0.25, 0.5, 1, 2, 4
knockoff rate 0.5, 1, 2, 10, 1e+16
conversion rate 0.125, 0.25, 0.5, 1, 1.5, 2, 4

Result table

replacement knockoff conversion mean.time se.time median.time median.detached.fraction n
4.00 1e+16 4.00 0.98 0.01 0.69 NA 10000
2.00 1e+16 4.00 1.15 0.01 0.86 NA 10000
4.00 1e+01 4.00 1.44 0.01 1.05 NA 10000
2.00 1e+01 4.00 1.45 0.01 1.10 NA 10000
1.00 1e+16 4.00 1.55 0.01 1.15 NA 10000
1.00 1e+01 4.00 1.83 0.02 1.38 NA 10000
2.00 1e+16 2.00 2.00 0.02 1.41 NA 10000
4.00 1e+16 2.00 2.26 0.02 1.57 NA 10000
1.00 1e+16 2.00 2.24 0.02 1.65 NA 10000
2.00 1e+01 2.00 2.38 0.02 1.73 NA 10000
0.50 1e+16 4.00 2.54 0.02 1.85 NA 10000
1.00 1e+01 2.00 2.54 0.02 1.90 NA 10000
2.00 1e+16 1.50 2.71 0.03 1.94 NA 10000
0.50 1e+01 4.00 2.76 0.02 2.00 NA 10000
4.00 1e+01 2.00 2.85 0.03 2.04 NA 10000
1.00 1e+16 1.50 2.79 0.03 2.04 NA 10000
4.00 1e+16 1.50 3.32 0.03 2.24 NA 10000
0.50 1e+16 2.00 3.08 0.03 2.26 NA 10000
2.00 1e+01 1.50 3.24 0.03 2.30 NA 10000
1.00 1e+01 1.50 3.13 0.03 2.30 NA 10000
2.00 2e+00 4.00 3.16 0.03 2.32 NA 10000
1.00 2e+00 4.00 3.07 0.03 2.33 NA 10000
0.50 1e+01 2.00 3.37 0.03 2.53 NA 10000
0.50 1e+16 1.50 3.59 0.03 2.66 NA 10000
4.00 2e+00 4.00 3.94 0.04 2.78 NA 10000
0.50 1e+01 1.50 3.77 0.03 2.81 NA 10000
1.00 1e+16 1.00 4.01 0.04 2.84 NA 10000
4.00 1e+01 1.50 4.11 0.04 2.89 NA 10000
0.50 2e+00 4.00 3.82 0.03 2.90 NA 10000
1.00 2e+00 2.00 3.99 0.03 2.98 NA 10000
2.00 1e+16 1.00 4.51 0.04 3.13 NA 10000
1.00 1e+01 1.00 4.40 0.04 3.19 NA 10000
0.25 1e+16 4.00 4.65 0.04 3.26 NA 10000
0.50 1e+16 1.00 4.49 0.04 3.33 NA 10000
2.00 2e+00 2.00 4.56 0.04 3.34 NA 10000
0.25 1e+01 4.00 4.74 0.04 3.44 NA 10000
0.50 2e+00 2.00 4.58 0.04 3.45 NA 10000
1.00 2e+00 1.50 4.74 0.04 3.50 NA 10000
0.50 1e+01 1.00 4.85 0.04 3.57 NA 10000
2.00 1e+01 1.00 5.07 0.05 3.60 NA 10000
0.25 1e+16 2.00 5.07 0.05 3.64 NA 10000
1.00 1e+00 4.00 5.05 0.05 3.74 NA 10000
0.50 2e+00 1.50 4.97 0.04 3.78 NA 10000
0.25 1e+16 1.50 5.31 0.05 3.90 NA 10000
0.25 1e+01 2.00 5.36 0.05 3.91 NA 10000
0.50 1e+00 4.00 5.26 0.05 3.94 NA 10000
2.00 2e+00 1.50 5.60 0.05 4.06 NA 10000
0.25 2e+00 4.00 5.61 0.05 4.12 NA 10000
4.00 1e+16 1.00 6.29 0.07 4.23 NA 10000
0.25 1e+01 1.50 5.72 0.05 4.26 NA 10000
2.00 1e+00 4.00 6.10 0.06 4.28 NA 10000
4.00 2e+00 2.00 6.34 0.06 4.47 NA 10000
0.25 1e+16 1.00 6.17 0.05 4.59 NA 10000
0.50 1e+00 2.00 6.16 0.05 4.62 NA 10000
1.00 1e+00 2.00 6.27 0.06 4.63 NA 10000
1.00 2e+00 1.00 6.27 0.06 4.64 NA 10000
0.50 2e+00 1.00 6.21 0.05 4.67 NA 10000
0.25 2e+00 2.00 6.30 0.05 4.68 NA 10000
0.25 1e+01 1.00 6.66 0.06 4.93 NA 10000
4.00 1e+01 1.00 7.24 0.07 4.98 NA 10000
0.50 1e+00 1.50 6.77 0.06 5.09 NA 10000
0.25 2e+00 1.50 6.74 0.06 5.09 NA 10000
0.25 1e+00 4.00 6.81 0.06 5.15 NA 10000
1.00 1e+00 1.50 7.17 0.06 5.28 NA 10000
0.25 1e+00 2.00 7.54 0.06 5.64 NA 10000
2.00 1e+00 2.00 7.97 0.08 5.68 NA 10000
0.50 1e+16 0.50 8.06 0.08 5.68 NA 10000
2.00 2e+00 1.00 7.87 0.07 5.68 NA 10000
0.25 2e+00 1.00 7.54 0.06 5.70 NA 10000
4.00 2e+00 1.50 8.17 0.08 5.83 NA 10000
0.50 1e+00 1.00 7.97 0.07 5.87 NA 10000
0.12 1e+16 4.00 8.41 0.08 5.89 NA 10000
0.25 1e+00 1.50 8.06 0.07 6.00 NA 10000
0.12 1e+01 4.00 8.63 0.08 6.04 NA 10000
0.50 1e+01 0.50 8.41 0.08 6.10 NA 10000
1.00 1e+16 0.50 9.14 0.09 6.28 NA 10000
4.00 1e+00 4.00 9.05 0.09 6.34 NA 10000
0.12 1e+16 2.00 8.94 0.09 6.37 NA 10000
1.00 1e+00 1.00 9.05 0.08 6.51 NA 10000
0.50 5e-01 4.00 9.10 0.08 6.52 NA 10000
0.12 1e+01 2.00 9.24 0.09 6.55 NA 10000
0.25 1e+16 0.50 8.98 0.08 6.67 NA 10000
1.00 1e+01 0.50 9.67 0.10 6.69 NA 10000
2.00 1e+00 1.50 9.39 0.09 6.71 NA 10000
0.12 1e+16 1.50 9.41 0.09 6.74 NA 10000
0.25 1e+00 1.00 8.98 0.07 6.82 NA 10000
0.12 1e+01 1.50 9.50 0.09 6.83 NA 10000
0.12 2e+00 4.00 9.55 0.09 6.85 NA 10000
0.25 1e+01 0.50 9.29 0.08 6.93 NA 10000
0.25 5e-01 4.00 9.69 0.09 7.23 NA 10000
0.50 2e+00 0.50 10.07 0.09 7.26 NA 10000
0.12 2e+00 2.00 10.08 0.09 7.31 NA 10000
0.50 5e-01 2.00 10.19 0.09 7.42 NA 10000
0.12 1e+16 1.00 10.23 0.09 7.43 NA 10000
0.12 1e+01 1.00 10.38 0.09 7.60 NA 10000
1.00 5e-01 4.00 10.69 0.10 7.61 NA 10000
0.12 2e+00 1.50 10.37 0.09 7.65 NA 10000
0.25 5e-01 2.00 10.42 0.09 7.74 NA 10000
0.12 1e+00 4.00 10.57 0.09 7.83 NA 10000
0.25 2e+00 0.50 10.55 0.09 7.88 NA 10000
0.50 5e-01 1.50 10.78 0.10 7.91 NA 10000
0.12 1e+00 2.00 11.17 0.10 8.21 NA 10000
0.12 2e+00 1.00 11.33 0.10 8.28 NA 10000
0.25 5e-01 1.50 11.11 0.10 8.32 NA 10000
2.00 1e+16 0.50 12.41 0.13 8.43 NA 10000
4.00 2e+00 1.00 12.11 0.12 8.60 NA 10000
4.00 1e+00 2.00 12.17 0.12 8.61 NA 10000
0.12 1e+00 1.50 11.70 0.10 8.70 NA 10000
1.00 2e+00 0.50 12.32 0.12 8.76 NA 10000
1.00 5e-01 2.00 12.19 0.12 8.78 NA 10000
2.00 1e+00 1.00 12.61 0.12 9.08 NA 10000
0.25 5e-01 1.00 12.26 0.11 9.10 NA 10000
0.12 1e+16 0.50 12.41 0.11 9.20 NA 10000
0.50 1e+00 0.50 12.51 0.11 9.23 NA 10000
0.25 1e+00 0.50 12.31 0.10 9.23 NA 10000
0.50 5e-01 1.00 12.54 0.11 9.23 NA 10000
2.00 1e+01 0.50 13.45 0.14 9.23 NA 10000
0.12 1e+00 1.00 12.56 0.11 9.34 NA 10000
0.12 1e+01 0.50 12.69 0.11 9.52 NA 10000
1.00 5e-01 1.50 13.49 0.13 9.64 NA 10000
0.12 5e-01 4.00 13.10 0.11 9.87 NA 10000
0.12 5e-01 2.00 13.65 0.12 10.17 NA 10000
0.12 2e+00 0.50 13.82 0.12 10.28 NA 10000
2.00 5e-01 4.00 14.92 0.15 10.29 NA 10000
4.00 1e+00 1.50 14.81 0.14 10.68 NA 10000
0.12 5e-01 1.50 14.14 0.12 10.74 NA 10000
1.00 1e+00 0.50 15.95 0.15 11.32 NA 10000
0.25 1e+16 0.25 15.84 0.15 11.37 NA 10000
0.12 1e+00 0.50 15.05 0.13 11.38 NA 10000
1.00 5e-01 1.00 15.97 0.15 11.40 NA 10000
0.12 5e-01 1.00 15.37 0.13 11.49 NA 10000
0.25 1e+01 0.25 16.36 0.15 11.63 NA 10000
0.25 5e-01 0.50 16.22 0.14 12.22 NA 10000
0.50 1e+16 0.25 17.91 0.18 12.33 NA 10000
2.00 5e-01 2.00 17.90 0.17 12.64 NA 10000
2.00 2e+00 0.50 18.41 0.18 12.95 NA 10000
0.50 1e+01 0.25 18.82 0.19 13.03 NA 10000
0.50 5e-01 0.50 18.12 0.16 13.12 NA 10000
0.25 2e+00 0.25 18.15 0.17 13.16 NA 10000
0.12 1e+16 0.25 17.98 0.16 13.33 NA 10000
0.12 1e+01 0.25 18.41 0.16 13.59 NA 10000
0.12 5e-01 0.50 17.95 0.15 13.81 NA 10000
4.00 1e+16 0.50 20.52 0.21 14.04 NA 10000
4.00 1e+00 1.00 19.85 0.19 14.06 NA 10000
2.00 5e-01 1.50 20.11 0.20 14.16 NA 10000
0.12 2e+00 0.25 19.50 0.17 14.59 NA 10000
0.25 1e+00 0.25 20.19 0.18 14.60 NA 10000
0.50 2e+00 0.25 21.09 0.20 14.73 NA 10000
4.00 1e+01 0.50 21.70 0.22 14.95 NA 10000
0.12 1e+00 0.25 21.04 0.18 15.79 NA 10000
1.00 1e+16 0.25 25.06 0.26 16.93 NA 10000
2.00 5e-01 1.00 24.24 0.23 17.17 NA 10000
2.00 1e+00 0.50 24.10 0.23 17.20 NA 10000
0.50 1e+00 0.25 24.33 0.23 17.28 NA 10000
4.00 5e-01 4.00 25.29 0.25 17.58 NA 10000
1.00 5e-01 0.50 24.92 0.24 17.70 NA 10000
1.00 1e+01 0.25 26.18 0.26 18.06 NA 10000
0.25 5e-01 0.25 25.02 0.22 18.18 NA 10000
0.12 5e-01 0.25 24.94 0.21 18.96 NA 10000
4.00 5e-01 2.00 30.22 0.30 21.07 NA 10000
4.00 2e+00 0.50 30.47 0.30 21.08 NA 10000
1.00 2e+00 0.25 30.47 0.30 21.32 NA 10000
0.12 1e+16 0.12 31.36 0.29 22.38 NA 10000
0.50 5e-01 0.25 32.34 0.30 23.31 NA 10000
0.12 1e+01 0.12 32.76 0.31 23.66 NA 10000
4.00 5e-01 1.50 33.79 0.33 23.73 NA 10000
0.12 2e+00 0.12 34.12 0.32 24.42 NA 10000
0.25 1e+16 0.12 35.81 0.36 24.85 NA 10000
0.25 1e+01 0.12 36.42 0.36 25.01 NA 10000
1.00 1e+00 0.25 36.16 0.35 25.10 NA 10000
0.12 1e+00 0.12 36.92 0.34 26.51 NA 10000
2.00 1e+16 0.25 40.60 0.42 27.37 NA 10000
0.25 2e+00 0.12 39.45 0.39 27.51 NA 10000
2.00 5e-01 0.50 40.54 0.39 28.48 NA 10000
2.00 1e+01 0.25 42.06 0.43 28.81 NA 10000
4.00 5e-01 1.00 42.42 0.42 29.45 NA 10000
4.00 1e+00 0.50 42.21 0.41 29.63 NA 10000
0.25 1e+00 0.12 42.32 0.42 29.69 NA 10000
0.12 5e-01 0.12 40.64 0.37 29.73 NA 10000
0.50 1e+16 0.12 49.46 0.51 33.62 NA 10000
1.00 5e-01 0.25 48.59 0.47 33.82 NA 10000
2.00 2e+00 0.25 49.76 0.49 34.02 NA 10000
0.50 1e+01 0.12 50.69 0.51 34.54 NA 10000
0.25 5e-01 0.12 49.99 0.47 35.83 NA 10000
0.50 2e+00 0.12 54.57 0.55 38.01 NA 10000
2.00 1e+00 0.25 61.10 0.61 42.41 NA 10000
0.50 1e+00 0.12 60.38 0.60 42.55 NA 10000
4.00 1e+16 0.25 72.20 0.73 50.38 NA 10000
4.00 5e-01 0.50 71.49 0.70 50.87 NA 10000
0.50 5e-01 0.12 71.88 0.69 50.97 NA 10000
4.00 1e+01 0.25 76.87 0.78 52.19 NA 10000
1.00 1e+16 0.12 80.75 0.83 56.37 NA 10000
1.00 1e+01 0.12 81.86 0.83 56.81 NA 10000
2.00 5e-01 0.25 85.36 0.83 59.88 NA 10000
1.00 2e+00 0.12 89.42 0.91 61.23 NA 10000
4.00 2e+00 0.25 91.11 0.91 62.53 NA 10000
1.00 1e+00 0.12 101.10 1.00 70.50 NA 10000
4.00 1e+00 0.25 110.79 1.10 76.61 NA 10000
1.00 5e-01 0.12 120.83 1.18 84.01 NA 10000
2.00 1e+16 0.12 141.47 1.46 98.27 NA 10000
2.00 1e+01 0.12 146.74 1.45 102.89 NA 10000
2.00 2e+00 0.12 160.31 1.62 109.14 NA 10000
4.00 5e-01 0.25 156.38 1.52 109.39 NA 10000
2.00 1e+00 0.12 179.44 1.75 124.02 NA 10000
2.00 5e-01 0.12 222.37 2.19 155.17 NA 10000
4.00 1e+16 0.12 274.67 2.69 190.07 NA 10000
4.00 1e+01 0.12 278.06 2.72 192.97 NA 10000
4.00 2e+00 0.12 302.68 2.91 213.85 NA 10000
4.00 1e+00 0.12 344.44 3.32 239.14 NA 10000
4.00 5e-01 0.12 415.34 3.86 298.48 NA 10000

Projection plots

Line plots

Here is a plot of median time as a function of replacement rate and conversion rate, for two selected values of the knockoff rate.

Heatmaps

Here is the heatmap for knockoff rate fixed at 1e16 (no delay) and 1.

Very quick error correction times are achieved for high conversion rates. The knock-off delay has detrimental effect on these times.

The next heatmap shows conversion rate fixed at our best estimate of ~2 per min.

Distribution plots

Examples (instant knock-off)

A few examples of simulation runs for a fast model 2 (that is \(R_\mathrm{repl}=2\), \(R_\mathrm{conv}=2\) and \(R_\mathrm{ko}=1e16\)):

Examples (knock-off delay)

Here are examples as above, but with \(R_\mathrm{ko}=1\):

16 chromosomes

The model described in this document simulates error correction for one chromosome (sister chromatids). In yeast, we have 16 chromosomes. What is the total time required to correct all chromosomes and establish proper bi-orientation? If error correction for all of them is done in parallel, then the total time is the longest of the individual times. We can model this by randomly sampling 16 timelines from our simulation results and finding the maximum time. NOTE: this is a very conservative approach assuming that all chromosomes start in an erroneous configuration.

We select data with the following parameters (units are 1 / minute). They correspond to rather fast error correction times of a few minutes.

  • M1: \(R_\mathrm{form} = 2\), \(R_\mathrm{conv} = 2\), \(R_\mathrm{det} = 0.5\)
  • M2: \(R_\mathrm{repl} = 2\), \(R_\mathrm{conv} = 2\), \(R_\mathrm{ko} = 10^{16}\)

These plots show the distribution of the maximum time across 16 randomly selected samples: